Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix python >= 3.9,ModuleNotFoundError: No module named 'distutils' #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jinchengli2022
Copy link

When the system python version >= 3.9, there is a problem with the missing distuils library during the actual runtime
Snipaste_2024-11-07_18-52-47
And higher versions no longer support distuils, can not be installed directly through 'pip install distuils', here creates a new function working as copy_tree, to serve as a replacement for the original function reference.
Make fusion2urdf-ros2 can support high version python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant